From 6d5ca6069217b459cc5d18f418b0680a2646fff5 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Fri, 6 Mar 2009 14:53:02 +0000 Subject: [PATCH] * nsterm.m (x_set_window_size): Change back to calculated method of setting toolbar height under Cocoa. (Bug#2546) (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize. --- src/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index b04d80e0233..176d02f2a05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2009-03-06 Adrian Robert + + * nsterm.m (x_set_window_size): Change back to calculated method + of setting toolbar height under Cocoa. (Bug#2546) + (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. + (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize. + 2009-03-06 Kenichi Handa These changes are to detect incorrect composition sequence without @@ -51,7 +58,7 @@ 2009-03-05 Adrian Robert - * nsterm.m (ns_select): Shortcircuit if reentrant call. + * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564) 2009-03-05 Kenichi Handa -- 2.30.2